Loading
Scriptbox
 VBScript Links 
 About VBscript 
 JavaScript Links 
 About JavaScript 
 Powershell Links 
 PSCRIPT the Script Launcher 
 PowerShell Shortcut Keys 
 About Powershell 
     VBScript
    JavaScript
    Powershell
Disclaimer
Contact
Latest 10 Scripts
Script search
  :: { Category } :: 0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ
         

Search Options:  List  Device  Memory  Addresses  

 Content of List Device Memory Addresses.ps1
MD5 Hash: C2769ED7E1783E1009064336352E07F9
$strComputer = "."

$colItems = get-wmiobject -class "Win32_DeviceMemoryAddress" -namespace "root\CIMV2" `
-computername $strComputer

foreach ($objItem in $colItems) {
write-host "Caption: " $objItem.Caption
write-host "Creation Class Name: " $objItem.CreationClassName
write-host "CS Creation Class Name: " $objItem.CSCreationClassName
write-host "CS Name: " $objItem.CSName
write-host "Description: " $objItem.Description
write-host "Ending Address: " $objItem.EndingAddress
write-host "Installation Date: " $objItem.InstallDate
write-host "Memory Type: " $objItem.MemoryType
write-host "Name: " $objItem.Name
write-host "Starting Address: " $objItem.StartingAddress
write-host "Status: " $objItem.Status
write-host
}


   © 2008 - 2013 Boris Toll      :: Scripts available: 6.481 ::      :: scriptbox.toll.at ::      :: powered by www.toll.at ::
  Google Entries:n/a
  Yahoo Backlinks:n/a
  Live Backlinks:n/a
  del.icio.us Bookmarks:n/a
  Technorati Links:n/a